github.com/aws/smithy-go/encoding/httpbinding.Headers.newHeaderValue (method)

3 uses

	github.com/aws/smithy-go/encoding/httpbinding (current package)
		header.go#L20: 	return h.newHeaderValue(key, true)
		header.go#L25: 	return h.newHeaderValue(key, false)
		header.go#L28: func (h Headers) newHeaderValue(key string, append bool) HeaderValue {